net/http.ClientConn.cc (field)
11 uses
net/http (current package)
clientconn.go#L22: cc genericClientConn
clientconn.go#L188: cc.cc = gc
clientconn.go#L194: cc.cc = http1ClientConn{pconn}
clientconn.go#L204: return cc.cc.Close()
clientconn.go#L211: return cc.cc.Err()
clientconn.go#L252: return cc.cc.RoundTrip(req)
clientconn.go#L259: return cc.cc.Available()
clientconn.go#L266: return cc.cc.InFlight()
clientconn.go#L284: return cc.cc.Reserve()
clientconn.go#L291: cc.cc.Release()
clientconn.go#L299: if cc.cc == nil {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |